home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000171_news@watsun.cc.columbia.edu _Fri Jun 18 10:48:37 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA27269
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 18 Jun 1999 10:48:37 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA04177
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 18 Jun 1999 10:40:42 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Segmentation fault
  11. Date: 18 Jun 1999 14:40:41 GMT
  12. Organization: Columbia University
  13. Message-ID: <7kdlp9$42e$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <376A5489.674E7B8B@zkrd.de>,
  17. Detlev Knorpp  <Detlev.Knorpp@zkrd.de> wrote:
  18. : Frank da Cruz wrote:
  19. : > In article <376A41F5.FF6EA09D@zkrd.de>,
  20. : > Detlev Knorpp  <Detlev.Knorpp@zkrd.de> wrote:
  21. : > : internal MultiTech MT5634ZPX (ISA) (I use modem type hayes-high-speed)
  22. : > :
  23. : > Why don't you "set modem type multitech"?
  24. : many errors from the modem
  25. You should report the errors so we can fix them.
  26.  
  27. Until now we have not heard about any problems with the built-in
  28. Multitech modem type, which is based on a rather old model that
  29. we had here.  Maybe they have changed their command set in newer
  30. models.
  31.  
  32. Do you have a command summary for your modem?  Can you send it?
  33. If it's on paper you can fax it to:
  34.  
  35.   +1 212 662 6442
  36.  
  37. : > C-Kermit 7.0 Beta.07 on which Linux?  Did you build it yourself?  Did 
  38. : > you use one of the prebuilt binaries?  Which one?
  39. : I built it without any warnings or errors, and I tried the
  40. : cku195b07_linux-i386-su6.0 binary package without any success
  41. That's not a "package" (in the RPM sense); it's just a binary Kermit
  42. executable.  What happened when you tried to run it?
  43.  
  44. What was the difference in behavior between the one you built yourself 
  45. and the cku195b07.linux-i386-su6.0 version that you downloaded?
  46.  
  47. Unfortunately I do not have SuSE here (yes, I know I should get it, along
  48. with 500 other operating systems) so I can't test this myself.
  49.  
  50. The SuSE binary was contributed by a SuSE 6.0 user, who is not having any
  51. trouble with it.
  52.  
  53. Evidently there is some difference between your SuSE 6.0 system and his.
  54.  
  55. I wonder what it could be?
  56.  
  57. You said that this version dumps core when trying to transfer files, right?
  58. And this happens when it is on the far end of the connection?  That is, when
  59. you make a connection TO the SuSE computer?  So therefore this problem is
  60. not related to curses.
  61.  
  62. Can you get a traceback from the core file?
  63.  
  64. $ cd <directory-where-core-file-is>
  65. $ gdb <pathname-of-kermit-binary-that-crashed> core
  66. (gdb) bt
  67.  
  68. (show me what it says here...)
  69.  
  70. (gdb) quit
  71. $
  72.  
  73. - Frank